home *** CD-ROM | disk | FTP | other *** search
/ Best of www.BestZips.com (Collector's Edition) / Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO / teachtol / dict.zip / The Dictator.exe / 0 / RCDATA / TRECUNTILPRESSFORM / TRECUNTILPRESSFORM.txt
Text File  |  1997-02-01  |  2KB  |  74 lines

  1. object RecUntilPressForm: TRecUntilPressForm
  2.   Left = 440
  3.   Top = 309
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = '   Recording...'
  7.   ClientHeight = 155
  8.   ClientWidth = 356
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnActivate = FormActivate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Label1: TLabel
  18.     Left = 34
  19.     Top = 13
  20.     Width = 101
  21.     Height = 23
  22.     Caption = 'Recording... '
  23.     Font.Color = clBlack
  24.     Font.Height = -16
  25.     Font.Name = 'Comic Sans MS'
  26.     Font.Style = []
  27.     ParentFont = False
  28.   end
  29.   object Label2: TLabel
  30.     Left = 74
  31.     Top = 61
  32.     Width = 4
  33.     Height = 20
  34.     Font.Color = clWindowText
  35.     Font.Height = -16
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Button1: TButton
  41.     Left = 117
  42.     Top = 96
  43.     Width = 100
  44.     Height = 34
  45.     Caption = 'STOP'
  46.     Font.Color = clBlack
  47.     Font.Height = -16
  48.     Font.Name = 'MS Sans Serif'
  49.     Font.Style = [fsBold]
  50.     ModalResult = 1
  51.     ParentFont = False
  52.     TabOrder = 0
  53.     OnClick = Button1Click
  54.   end
  55.   object MediaPlayer26: TMediaPlayer
  56.     Left = 26
  57.     Top = 126
  58.     Width = 225
  59.     Height = 30
  60.     EnabledButtons = []
  61.     VisibleButtons = [btPause, btStop, btNext, btPrev, btStep, btBack, btRecord, btEject]
  62.     DeviceType = dtWaveAudio
  63.     Visible = False
  64.     TabOrder = 1
  65.   end
  66.   object Timer1: TTimer
  67.     Enabled = False
  68.     Interval = 100
  69.     OnTimer = Timer1Timer
  70.     Left = 292
  71.     Top = 111
  72.   end
  73. end
  74.